All Questions
3 questions
0votes
2answers
2kviews
How to store large amount of session data
Current project that i'm working has a requirement to capture data relevant to a session and store. Purpose of this is to use these data for the analytics. Clients would use these data to generate ...
3votes
3answers
11kviews
Is it bad to store data in JSON form or should I use mySQL? [closed]
I've been building an application and the whole thing is built around a simple data storage system. Create an array. Convert it into JSON. Add <?php die() at the beginning to prevent access. Save ...
48votes
2answers
33kviews
Data Synchronization in mobile apps - multiple devices, multiple users
I'm looking into building my first mobile app. One of the core features of the application is that multiple devices/users will have access to the same data -- and all of them will have CRUD rights. I ...